home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3943 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.3 KB

  1. Path: news.mindlink.net!news
  2. From: genew@mindlink.bc.ca (Gene Wirchenko)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Off topic post
  5. Date: Thu, 01 Feb 1996 03:20:38 GMT
  6. Organization: MIND LINK! - British Columbia, Canada
  7. Message-ID: <4epblf$e37@fountain.mindlink.net>
  8. References: <DLyM02.9zn@emr1.emr.ca> <TANMOY.96Jan29201105@qcd.lanl.gov> <4em6k7$ad7@rpc40.gl.umbc.edu> <DM2CqI.2Cs@emr1.emr.ca>
  9. NNTP-Posting-Host: line314.nwm.mindlink.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. jagrant@emr1.emr.ca (John Grant) wrote:
  13.  
  14. >In article <4em6k7$ad7@rpc40.gl.umbc.edu> schlein@umbc.edu (Jonas J. Schlein) writes:
  15. >><refusal by someone else to assist due to non-ANSI code deleted>
  16. >>
  17. >>|> Yes, I consider it to be quite rude. Also elitist and snobby.
  18. >>|> You refused to even consider the question and wrote it off
  19. >>|> immediately upon seeing the word 'far'.  That's like telling
  20. >>|> a little old lady that you won't help her cross the street
  21. >>|> because she is wearing a red coat and you *hate* the colour red.
  22. >>
  23. >><rest deleted>
  24. >>
  25. >>Actually it's more like refusing to help a little old lady cross the street
  26. >>because she is not crossing at a crosswalk and would otherwise be breaking
  27. >>a jay walking law. The 'far' keyword is not a part of the ANSI C language.
  28. >>It is common curtesy, if posting code, to post ANSI C code which everyone
  29. >>can compile in order to assist with. If the code is for a particular platform
  30. >>then there are special newsgroups intended for these questions.
  31.  
  32. >    That's crap. I have never seen such an insufferable group of
  33. >    snobs as that which appears to populate this C group.  I just can
  34. >    not believe how bloody pedantic you folks are here. If you think
  35.  
  36.      It is these so-called pedanticisms that can make or break a
  37. program.
  38.  
  39. >    that 'common curtesy (sic)' is required, then look at your own
  40. >    posts and temper your elitism and sanctimonious attitude with a
  41. >    little common sense advice for beginners, instead of sitting up on
  42. >    your pedestal revelling in the purity of your convictions.
  43.  
  44.      The same would apply to you.  You're doing a fine job of
  45. revelling in the purity of your convictions.  It has been pointed out
  46. where to go for various implementations.  Go there if that's what you
  47. want.  There is there; it isn't here.
  48.  
  49. >    The purpose of asking questions and posting code is to obtain
  50. >    feedback and solutions. How can you expect a beginner to post
  51. >    100% perfect ANSI C code - they are still trying to LEARN the
  52. >    language! If they are capable of posting 100% perfect ANSI C
  53. >    code, then they probably wouldn't have many questions, would they?
  54.  
  55.      No, there would be, indeed, are, plenty.  Read this newsgroup
  56. some more.  For example, look at the func().c thread or the argv[0]
  57. thread.
  58.  
  59. >    BTW, if only ANSI C is allowed here, then why not change the
  60. >    group name to comp.lang.ansi-c?  It would be much easier to
  61. >    defend this fortress against unclean, non-ANSI, platform-dependent,
  62. >    but otherwise valid C code.
  63.  
  64.      The ANSI C Standard defines what C is.  Extensions, etc. are not,
  65. strictly speaking, C.  Those languages, derivatives, whatever you want
  66. to call them have their own groups, so use them if that's what you
  67. want.
  68.  
  69. >-- 
  70. >John A. Grant                        jagrant@emr1.emr.ca
  71. >Airborne Geophysics
  72. >Geological Survey of Canada, Ottawa
  73.  
  74. Sincerely,
  75.  
  76. Gene Wirchenko
  77.  
  78. C Pronunciation Guide:
  79.      y=x++;     "wye equals ex plus plus semicolon"
  80.      x=x++;     "ex equals ex doublecross semicolon"
  81.  
  82.